; THIS CODE AND INFORMATION IS PROVIDED TO YOU FOR YOUR REFERENTIAL 
; PURPOSES ONLY, AND IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
; EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED 
; WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE, 
; AND MAY NOT BE REDISTRIBUTED IN ANY MANNER.
; 
; Copyright (c) 2006  Microsoft Corporation.  All rights reserved.
; ***********************************************************************
;
; This is the unattended Web Server Setup file for use in configuring
; a locally managed Windows Server 2003 SP1 web server for
; a shared web hosting environment.
;
; The following components (and associated files) are always deployed:
; by using this file:
;	-World Wide Web Service
;	-Internet Information Services Manager
; 	-ASP.NET
;	-ASP
;
; The following are options that can be deployed, depending on the
; choices the user makes from the Deploy Web Hosting .hta.
;	-File Tranfer Protocal (FTP)
;	-FrontPage 2002 Server Extensions
;	-Simple Maile transfer Protocal (SMTP)
;	-POP3 service (for email)

;
; For more information on creating an unattended answer file for IIS,
; please got to 
; http://technet2.microsoft.com/WindowsServer/en/Library/f14d887b-60d1-4d05-a310-a651704cff021033.mspx
;
[components]
;These are the minimum components to run a web server on Windows Server 2003
iis_www = On		;Enables World Wide Web service
iis_common = On		;Enables Common Files
iis_inetmgr = On	;Enables the Internet Information Services manager
complusnetwork = On	;Enables Network COM+ access
iis_asp = On	;Enables Active Server Pages
aspnet = On		;Enables ASP.NET (adds ASP.NEt 1.1 to the Web Server Extensions, you must enable 2.0 manually)

;The following makes sure all unnecessary services and components are off for sercurity
BITSServerExtensionsManager = OFF
BITSServerExtensionsISAPI = OFF
TSWebClient = OFF
iis_www_vdir_scripts = OFF
dtcnetwork = OFF
iis_nntp = OFF
iis_internetdataconnector = OFF
iis_serversideincludes = OFF
iis_webdav = OFF
inetprint = OFF
sakit_web = OFF

;These are off by default, unless the user changes them
iis_ftp = On	;Enables File transfer protocal (FTP)
fp_extensions = On	;Enables FrontPage 2002 Server Extensions
iis_smtp = OFF	;Enables Simple Mail Transfer Protocol (SMTP)
Pop3Srv = OFF		;Installs the root POP3 component
Pop3Service  = OFF	;installs the main POP3 service
Pop3Admin  = OFF	;Installs the POP3 web interface for remote administration
